From: Joey Hess Date: Thu, 25 Sep 2025 17:22:02 +0000 (-0400) Subject: add news item for git-annex 10.20250925 X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~57 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=9af2f5b8145a098ed9f035c6e951277414b8a08b;p=git-annex.git add news item for git-annex 10.20250925 --- diff --git a/doc/news/version_10.20250520.mdwn b/doc/news/version_10.20250520.mdwn deleted file mode 100644 index 07a4e9c893..0000000000 --- a/doc/news/version_10.20250520.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -git-annex 10.20250520 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * Preferred content now supports "balanced=groupname:lackingcopies" - to make files be evenly balanced amoung as many repositories as are - needed to satisfy numcopies. - * map: Fix buggy handling of remotes that are bare git repositories - accessed via ssh. - * map: Avoid looping forever with mutually recursive paths between - repositories accessed via ssh. - * whereused: Fix bug that could find matches from grafts - in remote git-annex branches. - * Windows: Fix bug that can cause git status to show annexed files as - modified when built with OsPath."""]] \ No newline at end of file diff --git a/doc/news/version_10.20250925.mdwn b/doc/news/version_10.20250925.mdwn new file mode 100644 index 0000000000..3cba8b8b77 --- /dev/null +++ b/doc/news/version_10.20250925.mdwn @@ -0,0 +1,28 @@ +git-annex 10.20250925 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Fix bug that made changes to a special remote sometimes be missed when + importing a tree from it. After upgrading, any such missed changes + will be included in the next tree imported from a special remote. + Fixes reversion introduced in version 10.20230626. + * Fix crash operating on filenames that are exactly 21 bytes long + and begin with a utf-8 character. + * Fix hang that could occur when using git-annex adjust on a branch with + a number of files greater than annex.queuesize. + * Fix bug that could cause an invalid utf-8 sequence to be used in a + temporary filename when the input filename was valid utf-8. + * Improve performance when used with a local git remote that has a + large working tree. + * drop: --fast support when dropping from a remote. + * Added annex.assistant.allowunlocked config. + * Add git-remote-p2p-annex and git-remote-tor-annex to standalone builds. + * enableremote: Disallow using type= to attempt to change the type of an + existing remote. + * Add build warnings when git-annex is built without the OsPath + build flag. + * version: Report on whether it was built with the OsPath build flag. + * Avoid leaking file descriptors to child processes started by git-annex + in some situations. Note that when not built with the OsPath build + flag, these leaks can still happen. + * git-annex.cabal: Turn on the OsPath build flag by default. + * p2phttp: Fix a hang that could occur when used with --directory, + and a repository in the directory got removed. + * Removed support for building with unmaintained cryptonite, use crypton."""]] \ No newline at end of file